ScheduleSetActive

 

Change the active status of the entire schedule control.

 

void @ScheduleSetActive(int flag);

 

Parameters

int flag : 1 = active, 0 = inactive

 

Return Value

None.

 

Example

 @ScheduleSetActive(0);

 

Description : Disables the entire schedule control.

 

Version Information

Supported Version: 10.2.6 or higer

CE: 10.3.1 or higer

 

Related Helps

@ScheduleGetActive()

@ScheduleModelGetTime()

@ScheduleModelSave()

@ScheduleModelSetTime()

@ScheduleReLoad() 

@ScheduleSetActive()